Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/

candy-crush-background.png /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/candy-crush-background.png
136 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/index.html
385 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">

<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<m
script.js /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/script.js
216 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
const grid = document.querySelector('.grid')
const scoreDisplay =
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/styles.css
185 Views
0 Comments
body {
background-image: url("candy-crush-background.png");
max-width: 100vh;
display: flex;
}

.grid {